home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 7 / TboS Games Special 7.iso / dosgames / pray / nstall.bat < prev    next >
DOS Batch File  |  1996-05-16  |  553b  |  28 lines

  1. @echo off
  2. CLS
  3. if %1X==X goto abort
  4. @echo Light Shock software s.n.c. PRAY FOR DEATH install minimo (C) 1996
  5. mkdir %1\praydemo
  6. if ERRORLEVEL 0 goto okkappa1
  7. goto abort
  8. :okkappa1
  9.  
  10. copy *.* %1\praydemo
  11. if ERRORLEVEL 0 goto okkappa2
  12. goto abort
  13. :okkappa2
  14.  
  15. %1
  16. cd \praydemo
  17. config.exe
  18. @echo Installation complete!
  19. @echo Type PRAY to run the demo.
  20. goto fine
  21.  
  22. :abort
  23. CLS
  24. @echo Installation failed!
  25. @echo Usage : nstall [drive:]  where [drive:] indicate the drive letter
  26. @echo                          of your hard drive. I.E. C:
  27. :fine
  28.